@@ -87,9 +87,9 @@ group :development, :test do |
||
87 | 87 |
gem 'dotenv-rails' |
88 | 88 |
gem 'pry' |
89 | 89 |
gem 'rr' |
90 |
- gem 'rspec', '~> 2.99' |
|
91 |
- gem 'rspec-collection_matchers' |
|
92 |
- gem 'rspec-rails', '~> 2.99' |
|
90 |
+ gem 'rspec', '~> 3.0' |
|
91 |
+ gem 'rspec-collection_matchers', '~> 1.0.0' |
|
92 |
+ gem 'rspec-rails', '~> 3.0.1' |
|
93 | 93 |
gem 'shoulda-matchers' |
94 | 94 |
gem 'spring' |
95 | 95 |
gem 'spring-commands-rspec' |
@@ -263,25 +263,28 @@ GEM |
||
263 | 263 |
rdoc (>= 2.4.2) |
264 | 264 |
retriable (1.4.1) |
265 | 265 |
rr (1.1.2) |
266 |
- rspec (2.99.0) |
|
267 |
- rspec-core (~> 2.99.0) |
|
268 |
- rspec-expectations (~> 2.99.0) |
|
269 |
- rspec-mocks (~> 2.99.0) |
|
266 |
+ rspec (3.0.0) |
|
267 |
+ rspec-core (~> 3.0.0) |
|
268 |
+ rspec-expectations (~> 3.0.0) |
|
269 |
+ rspec-mocks (~> 3.0.0) |
|
270 | 270 |
rspec-collection_matchers (1.0.0) |
271 | 271 |
rspec-expectations (>= 2.99.0.beta1) |
272 |
- rspec-core (2.99.2) |
|
273 |
- rspec-expectations (2.99.2) |
|
274 |
- diff-lcs (>= 1.1.3, < 2.0) |
|
275 |
- rspec-mocks (2.99.2) |
|
276 |
- rspec-rails (2.99.0) |
|
272 |
+ rspec-core (3.0.4) |
|
273 |
+ rspec-support (~> 3.0.0) |
|
274 |
+ rspec-expectations (3.0.4) |
|
275 |
+ diff-lcs (>= 1.2.0, < 2.0) |
|
276 |
+ rspec-support (~> 3.0.0) |
|
277 |
+ rspec-mocks (3.0.4) |
|
278 |
+ rspec-support (~> 3.0.0) |
|
279 |
+ rspec-rails (3.0.2) |
|
277 | 280 |
actionpack (>= 3.0) |
278 |
- activemodel (>= 3.0) |
|
279 | 281 |
activesupport (>= 3.0) |
280 | 282 |
railties (>= 3.0) |
281 |
- rspec-collection_matchers |
|
282 |
- rspec-core (~> 2.99.0) |
|
283 |
- rspec-expectations (~> 2.99.0) |
|
284 |
- rspec-mocks (~> 2.99.0) |
|
283 |
+ rspec-core (~> 3.0.0) |
|
284 |
+ rspec-expectations (~> 3.0.0) |
|
285 |
+ rspec-mocks (~> 3.0.0) |
|
286 |
+ rspec-support (~> 3.0.0) |
|
287 |
+ rspec-support (3.0.4) |
|
285 | 288 |
rturk (2.12.1) |
286 | 289 |
erector |
287 | 290 |
nokogiri |
@@ -299,7 +302,7 @@ GEM |
||
299 | 302 |
sprockets-rails (~> 2.0) |
300 | 303 |
select2-rails (3.5.9.1) |
301 | 304 |
thor (~> 0.14) |
302 |
- shoulda-matchers (2.6.2) |
|
305 |
+ shoulda-matchers (2.7.0) |
|
303 | 306 |
activesupport (>= 3.0.0) |
304 | 307 |
signet (0.5.1) |
305 | 308 |
addressable (>= 2.2.3) |
@@ -450,9 +453,9 @@ DEPENDENCIES |
||
450 | 453 |
rails (= 4.1.5) |
451 | 454 |
rails_12factor |
452 | 455 |
rr |
453 |
- rspec (~> 2.99) |
|
454 |
- rspec-collection_matchers |
|
455 |
- rspec-rails (~> 2.99) |
|
456 |
+ rspec (~> 3.0) |
|
457 |
+ rspec-collection_matchers (~> 1.0.0) |
|
458 |
+ rspec-rails (~> 3.0.1) |
|
456 | 459 |
rturk (~> 2.12.1) |
457 | 460 |
ruby-growl (~> 4.1.0) |
458 | 461 |
rufus-scheduler (~> 3.0.8) |